home *** CD-ROM | disk | FTP | other *** search
/ Delphi Informant Complete 1995 - 2000 / Delphi Informant Complete 1995 to 2000.iso / Delphi Informant Magazine Complete Works SOURCE CODE 1998.rar / 1998 / Sep / di9809cd / WPTELEVISION.H < prev    next >
Text File  |  1997-12-12  |  802b  |  20 lines

  1. //
  2. //  WPTelevision.h
  3. //
  4. //  Offset definition file for Objects and Counters
  5. //
  6. //  These "relative" offsets must start at 0 and be multiples
  7. //  of 2 (i.e. even numbers).
  8. //
  9. //  This file is used by the Smart Performance DLL code as well as the
  10. //  counter name and Explain text definition file (.INI) file that is used
  11. //  by LODCTR to load the names into the registry.
  12. //
  13. #define Television                                      0
  14. #define TelevisionPower                                 2
  15. #define TelevisionChannel                               4
  16. #define TelevisionClosedCaptioningEnabled               6
  17. #define TelevisionSleepTimer                            8
  18. #define TelevisionTimeOn                                10
  19. #define TelevisionClosedCaptioningWordsPerSecond        12
  20.